Graphic Layer Schema
FEATURESET Element
See Also  Send comments on this topic.
Graphic Layer Schema : FEATURESET Element

Glossary Item Box

Description

Defines a series of geometric and text graphics in a graphics layer file (*.apg).

Diagram

METADATA Element FEATURES Element ENVELOPE Element COORDSYS Element Sequence FEATURESET Element

Overview

FEATURESET
Defines a series of geometric and text graphics in a graphics layer file (*.apg).
Sequence
COORDSYS
Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).
ENVELOPE
Defines an extent rectangle.
FEATURES
Parent tag for geometric and text features in a graphics layer file (*.apg).
METADATA
The parent element for layer meta data.

Examples

Source

<xs:element name="FEATURESET" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines a series of geometric and text graphics in a graphics layer file (*.apg).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apg:COORDSYS">
        <xs:annotation>
          <xs:documentation>Defines the projection of the data in an ArcPad map file (*.apm) or graphics layer file (*.apg).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="apg:ENVELOPE">
        <xs:annotation>
          <xs:documentation>Defines an extent rectangle.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="apg:FEATURES" />
      <xs:element ref="apg:METADATA" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.